:root{
    --mcolor: #009B4A;
    --rcolor: #009B4A;
    --bili:1;
}

@font-face {
    font-family: 'BarlowCondensed';/*定义字体名称*/
    src: url(../font/BarlowCondensed-Bold.ttf);/*兼容eot*/
    font-style: normal;
    font-stretch: ultra-expanded;/*定义字体符合拉伸*/
    font-weight: normal;
}


.inner{
    width: calc( var(--bili) * 1600px );
    margin: 0 auto;
}
@media screen and (max-width: 1680px) {
    :root{
        --bili:0.88;
    }
    .inner{
        width: calc( var(--bili) * 1680px );
        margin: 0 auto;
    }
}
@media screen and (max-width: 1480px) {
    :root{
        --bili:0.833;
    }
    .inner{
        width: calc( var(--bili) * 1480px );
        margin: 0 auto;
    }
    .header .header-menu{
        padding: 0 0 0 5%;
    }
}
@media screen and (max-width: 1200px) {
    /*body *{*/
    /*    visibility: visible;*/
    /*}*/
}
.wap-none{
    display: block;
}
.wap-block{
    display: none;
}

.header{
    width: 100%;
    /*background: rgb(0 0 0 / 20%);*/
    box-shadow: 0 1px 8px rgb(0 0 0 / 6%);
    position: relative;
    z-index: 1005;
    background-color: #ffffff;
    /*transition: all 0.3s;*/
}

/*.header.dark{*/
/*    position: fixed;*/
/*    top: 0;*/
/*    background-color: #ffffff;*/
/*    box-shadow: 0 1px 8px rgb(0 0 0 / 6%);*/
/*}*/


.header .header-box{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.header .header-logo{
    width: calc( var(--bili) * 210px );
    z-index: 9;
}
.header .header-fl{
    display: flex;
    align-items: center;
}
.header .header-menu{
    /*margin: 0 0 0 10%;*/
}
.header .header-menu .CAul{
    display: flex;
}
.header .header-menu .CAli{
    position: relative;
}
.header .header-menu .CAli .CAa{
    font-weight: 400;
    color: #262626;
    font-size: calc( var(--bili) * 18px );
    line-height:  calc( var(--bili) * 86px );
    padding: 0 calc( var(--bili) * 28px );
    display: block;
    text-align: center;
}
.header .header-menu .CAli:hover .CAa{
    color: var(--mcolor);
}
.header .header-menu .CAli.cur .CAa{
    color: var(--mcolor);
}
.header .header-lxal{
    display: flex;
    align-items: center;
    width: calc( var(--bili) * 280px );
    justify-content: flex-end;
}
.header .header-lxal .hl-logo{
    width: calc( var(--bili) * 40px );
    height: calc( var(--bili) * 40px );
    overflow: hidden;
    border-radius: 40px;
    margin: 0 0 0 calc( var(--bili) * 20px );
    border: 1px solid var(--mcolor);
    display: flex;
    align-items: center;
    transition: all 0.5s;
    justify-content: flex-end;
    position: relative;
    cursor: pointer;
}

.header .header-lxal .lx-email{
    background: url(../images/u15.png) no-repeat right;
    background-size: calc( var(--bili) * 40px ) calc( var(--bili) * 40px );
}
.header .header-lxal .lx-phone{
    background: url(../images/u12.png) no-repeat right;
    background-size: calc( var(--bili) *40px ) calc( var(--bili) *40px );
}

.header .header-lxal .lx-hm{
    position: absolute;
    left: 15px;
    opacity: 0;
    width: calc( var(--bili) *180px );
    transition: all 0.5s;
    font-size: calc( var(--bili) * 14px );
    color: var(--mcolor);
}
.header .header-lxal .lx-email:hover{
    width: calc( var(--bili) *200px );
    border-radius: 40px;
}
.header .header-lxal .lx-phone:hover{
    width: calc( var(--bili) *160px );
    border-radius: 40px;
}
.header .header-lxal .hl-logo:hover .lx-hm{
    opacity: 1;
}



.drop-down-menu{
    display: none;
    position: absolute;
    left: -5%;
    top: 100%;
    width: 110%;
    overflow: hidden;
    background-color: #ffffff;
    text-align: left;
    border-radius: 0 0 10px 10px;
    padding: 0 0 10px;
    box-shadow: 0 1px 8px rgb(0 0 0 / 6%);
}
.drop-down-menu ul .CBli{
    /*padding: 0 5px;*/
}
.drop-down-menu ul .CBa{
    display: block;
    width: 100%;
    line-height: 2.5;
    font-weight: 400;
    font-size: calc( var(--bili) * 16px );
    color: #262626;
    text-align: center;
    display: -webkit-box;
    overflow: hidden;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-overflow: ellipsis;
    word-break: break-all;
    transition: all 0.5s;
    /*padding: 0 0 0 20%;*/
}
.drop-down-menu ul .CBli:hover .CBa{
    color: var(--mcolor);
    /*padding: 0 0 0 5px;*/
}



/*搜索*/

.wn-srch{
    /*display: none;*/
}
.wn-srch .srch-menu{
    cursor: pointer;
}
.wn-srch .srch-box{
    width: 100%;
    height: 100%;
    background: #fff;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
    padding: 0 7.5%;
    display: none;
}
.wn-srch .srch-box .srch-block{
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: flex-end;
    height: 100%;
}
.wn-srch .srch-box .srch-form{
    display: flex;
    align-items: center;
}

.wn-srch .srch-box .srch-block .srch-ann{
    background: url(../images/srch-ann.png) no-repeat center;
    cursor: pointer;
    width: calc( var(--bili) * 24px );
    height: calc( var(--bili) * 24px );
    background-size: 100% 100%;
}
.wn-srch .srch-box .srch-block .srch-srk{
    font-size: calc( var(--bili) * 16px );
    padding: 0 15px;
    width: 500px;
    height: 40px;
}
.wn-srch .srch-box .srch-block .srch-close{
    background: url(../images/srch-close.png) no-repeat center;
    width: calc( var(--bili) * 24px );
    height: calc( var(--bili) * 24px );
    background-size: 100% 100%;
    cursor: pointer;
}

/*搜索*/



/*banner*/
.swiper-container-banner{
    height: calc( var(--bili) * 580px );
    overflow: hidden;
}
.swiper-pagination.swiper-page-banner{
    bottom: 30px!important;
}
.swiper-page-banner .swiper-pagination-bullet{
    background: #fff;
    width: 12px;
    height: 12px;
    margin: 0 12px!important;
    position: relative;
}
/*.bannerPic{*/
/*    transition: all 5s ease 0s;*/
/*    transform: scale(1.1);*/
/*}*/
/*.swiper-slide-active .bannerPic{*/
/*    transform: scale(1);*/
/*    z-index: 999;*/
/*    position: relative;*/
/*}*/


#wnbanner .banner .swiper-pagination > span {
    display: inline-block;
    vertical-align: middle;
    position: relative;
}
#wnbanner .banner .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    background-color: #ffffff;
    margin: 0 15px;
    opacity: 0.5;
    color: transparent;
}
#wnbanner .banner .swiper-pagination-bullet-active {
    opacity: 1;
    width: 42px;
    height: 42px;
    line-height: 42px;
    text-align: center;
    border: 2px solid rgba(255, 255, 255, 0.4);
    background-color: transparent;
    color: #ffffff;
}

#wnbanner .wrapper_con {
    width: 21px;
    height: 42px;
    position: absolute;
    top: -2px;
    overflow: hidden;
    display: none;
}
#wnbanner .banner .swiper-pagination-bullet-active .wrapper_con {
    display: block;
}

#wnbanner .left {
    left: -2px;
}
#wnbanner .right {
    right: -2px;
}
#wnbanner .circleProgress {
    width: 42px;
    height: 42px;
    border: 2px solid transparent;
    border-radius: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: rotate(-135deg);
}
#wnbanner .leftcircle {
    border-top: 2px solid #ffffff;
    border-right: 2px solid #ffffff;
    left: 0;
}
#wnbanner .rightcircle {
    border-bottom: 2px solid #ffffff;
    border-left: 2px solid #ffffff;
    right: 0;
}
#wnbanner .banner .swiper-pagination-bullet-active .rightcircle {
    -webkit-animation: circleProgressLoad_right 6s linear infinite;
    animation: circleProgressLoad_right 6s linear infinite;
}

#wnbanner .banner .swiper-pagination-bullet-active .leftcircle {
    -webkit-animation: circleProgressLoad_left 6s linear infinite;
    animation: circleProgressLoad_left 6s linear infinite;
}
.swiper-index{
    line-height: 38px;
}
@keyframes circleProgressLoad_right {
    0% {
        transform: rotate(45deg);
    }

    50%, 100% {
        transform: rotate(225deg);
    }
}

@keyframes circleProgressLoad_left {
    0%, 50% {
        transform: rotate(45deg);
    }

    100% {
        transform: rotate(225deg);
    }
}




.detail-banner{
    width: 100%;
    height: calc( var(--bili) * 340px );
    overflow: hidden;
    display: flex;
    align-items: center;
    background-size: 100% 100%!important;
}
/*banner*/


.footer{
    padding:  calc( var(--bili) * 50px ) 0  calc( var(--bili) * 20px );
    background-color: #272727;
}
.footer-list{
    display: flex;
    justify-content: space-between;
    margin: 0 0 calc( var(--bili) * 40px ) 0;
}
.footer-lx{

}
.footer-lx .dca{
    width: calc( var(--bili) * 210px );
    height: calc( var(--bili) * 62px );
    overflow: hidden;
    margin: 0 0 calc( var(--bili) * 20px ) 0;
}
.footer-lx .dcb{
    font-size: calc( var(--bili) * 20px );
    color: #E8E8E8;
    margin: 0 0 calc( var(--bili) * 10px ) 0;
    font-weight: 600;
}
.footer-lx .dcc{
    font-size: calc( var(--bili) * 14px );
    color: #E8E8E8;
    line-height: 2;
}

.footer-list .fll{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
}
.footer-list .fll .footer-about{
    margin: 0 calc( var(--bili) * 60px ) 0;
}
.footer-list .fll .footer-about dl dt{
    font-size: calc( var(--bili) * 16px );
    color: #E8E8E8;
    line-height: 3;
    margin: 0 0 5px 0;
}

.footer-list .fll .footer-about dl dd{
    font-weight: 400;
    font-size: calc( var(--bili) * 14px );
    color: #E8E8E8;
}
.footer-list .fll .footer-about dl dd a{
    width: 100%;
    display: block;
    line-height: 2;
    text-align: center;
}
.footer-list .fll .footer-about dl dd p{
    width: 100%;
    display: block;
    line-height: 1.8;
}
.footer-list .fll .footer-about a:hover{
    color: var(--mcolor);
}


.footer-list .flr{
    display: flex;
}
.footer-list .flr .footer-ewm{
    text-align: center;
    margin: 0 0 0 calc( var(--bili) * 20px );
}
.footer-list .flr .footer-ewm .ewm-img{
    width: calc( var(--bili) * 142px );
    height: calc( var(--bili) * 142px );
}
.footer-list .flr .footer-ewm .ewm-tit{
    font-weight: 400;
    font-size: calc( var(--bili) * 14px );
    color: #E8E8E8;
    line-height: 3;
}

.copyright{
    border-top: 1px solid rgb(255 255 255 / 30%);
    padding: calc( var(--bili) * 35px ) 0;
    font-weight: 400;
    font-size: calc( var(--bili) * 14px );
    color: #ffffff;
    text-align: left;
    background-color: #272727;
}
.copyright .infx{
    display: flex;
    justify-content: center;
    align-items: center;
}

.wn-title{
    text-align: center;
    padding: calc( var(--bili) * 60px ) 0;
}
.wn-title .dcn{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 36px );
    color: #262625;
    margin: 0 0 calc( var(--bili) * 15px ) 0;
}
.wn-title .den{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 18px );
    color: #828282;
}

.wn-product{
    padding: 0 0 calc( var(--bili) * 80px );
}
.wnod-lst{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.sw-product{
    width: 100%;
    overflow: hidden;
}
.wnod-lst .wnod-box{
    max-width: calc( var(--bili) * 500px );
    position: relative;
}
.wnod-lst .wnod-box .dca{
    width: 100%;
    height: calc( var(--bili) * 600px );
    overflow: hidden;
}
.wnod-lst .wnod-box .dcmb{
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding:20% 5% 5%;
    text-align: center;
}
.wnod-lst .wnod-box .dcmb .dcc{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 32px );
    color: #FFFFFF;
    margin: 0 0 calc( var(--bili) * 15px ) 0;
}
.wnod-lst .wnod-box .dcmb .dcd{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 16px );
    color: #FFFFFF;
    margin: 0 0 calc( var(--bili) * 15px ) 0;
}
.wnod-lst .wnod-box .dcmb .dce{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 16px );
    color: #FFFFFF;
}
.wnod-lst .wnod-box:hover img{
    transform: scale(1.1);
}


/*首页-关于我们*/
.wn-about{
    background: url(../images/wn-about.jpg) no-repeat;
    background-size: 100% 100%;
    position: relative;
}
.wn-about:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 50%);
}
.wn-about .infx{
    z-index: 2;
    display: flex;
    justify-content: space-between;
    position: relative;
}
.wn-about .dcml{
    padding-top: calc( var(--bili) * 160px );
    width: 40%;
}
.wn-about .dcmr{
    width: 50%;
    display: flex;
    flex-wrap: wrap;
}
.wn-about .dcml .abdca{
    font-size: calc( var(--bili) * 62px );
    color: rgba(255,255,255,0.3);
    font-family: Impact;
    line-height: 1;
}
.wn-about .dcml .abdcb{
    font-size: calc( var(--bili) * 50px );
    font-weight: bold;
    color: var(--mcolor);
    position: relative;
    margin: calc( var(--bili) * -35px ) 0 0 0;
}
.wn-about .dcml .abdcc{
    margin-top: calc( var(--bili) * 40px );
    font-size: calc( var(--bili) * 34px );
    padding-bottom: calc( var(--bili) * 20px );
    margin-bottom: calc( var(--bili) * 20px );
    color: #fff;
    position: relative;
}
.wn-about .dcml .abdcc:after{
    content: '';
    position: absolute;
    width: 42px;
    height: 2px;
    background-color: #ffffff;
    left: 0;
    bottom: 0;
}
.wn-about .dcml .abdcd{
    font-size: calc( var(--bili) * 16px );
    color: #fff;
    line-height: calc( var(--bili) * 45px );
}
.wn-about .dcml .abdce{
    font-size: calc( var(--bili) * 15px );
    margin-top: calc( var(--bili) * 40px );
    color: #ffffff;
    width: 140px;
    height: 45px;
    line-height: 45px;
    text-align: center;
    border-width: 1px;
    border-style: solid;
    border-color: rgba(255, 255, 255, 1);
    background-color: rgba(255, 255, 255, 0.2);
}
.wn-about .dcml .abdce:hover{
    background-color: var(--mcolor);
}
.wn-about .dcmr .abls{
    padding: calc( var(--bili) * 38px );
    width: 50%;
    height: calc( var(--bili) * 258px );
    border: 1px solid #d5d4d7;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-bottom: 0;
    position: relative;
    transition: .3s ease;
}
.wn-about .dcmr .abls:first-child{
    margin: 0 0 0 50%;
    border-top: 0;
}
.wn-about .dcmr .abls:nth-child(2n){
    border-right: 0;
}
.wn-about .dcmr .abls .dcy{
    font-size: calc( var(--bili) * 34px );
    color: #ffffff;
    font-weight: bold;
    margin: 0 0 calc( var(--bili) * 20px ) 0;
    font-family: BarlowCondensed;
}
.wn-about .dcmr .abls .dcys{
    font-size: calc( var(--bili) * 66px );
    letter-spacing: 5px;
}
.wn-about .dcmr .abls .dce{
    font-size: calc( var(--bili) * 16px );
    color: #fff;
    line-height: 2;
}
.wn-about .dcmr .abls .dcs{
    width: 58px;
    height: 61px;
    background: url(../images/wnabimg.png) no-repeat;
    position: absolute;
    right: 15%;
    top: 12%;
    transition: transform .5s ease;
}
.wn-about .dcmr .abls:nth-of-type(1) .dcs{

}
.wn-about .dcmr .abls:nth-of-type(2) .dcs{
    background-position: -58px 0;
}
.wn-about .dcmr .abls:nth-of-type(3) .dcs{
    background-position: -116px 0;
}
.wn-about .dcmr .abls:nth-of-type(4) .dcs{
    background-position: -174px 0;
}
.wn-about .dcmr .abls:nth-of-type(5) .dcs{
    background-position: -232px 0;
}

.wn-about .dcmr .abls:nth-of-type(1):hover .dcs{
    background-position: 0 -61px;
}
.wn-about .dcmr .abls:nth-of-type(2):hover .dcs{
    background-position: -58px -61px;
}
.wn-about .dcmr .abls:nth-of-type(3):hover .dcs{
    background-position: -116px -61px;
}
.wn-about .dcmr .abls:nth-of-type(4):hover .dcs{
    background-position: -174px -61px;
}
.wn-about .dcmr .abls:nth-of-type(5):hover .dcs{
    background-position: -232px -61px;
}
.wn-about .dcmr .abls:hover .dcs{
    transform: rotateY(180deg);
}
.wn-about .dcmr .abls:hover{
    background: linear-gradient(270deg, rgba(36, 138, 183, 0.8) 0%, rgba(0, 155, 74, 0.8) 100%);
}
/*首页-关于我们*/


/*首页新闻*/

.wn-news{
    padding: 0 0 calc( var(--bili) * 80px );
}
.wn-news .wnxw-lst{

}
.wn-news .wnxw-lst{
    display: flex;
    justify-content: space-between;
}
.wn-news .wnxw-lst .dcml{
    width: 51.5%;
}
.wn-news .wnxw-lst .dcmr{
    width: 47.5%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.xwdcml-box{
    width: 100%;
    position: relative;
}
.xwdcml-box .dca{
    width: 100%;
    height: calc( var(--bili) * 424px );
    overflow: hidden;
}
.xwdcml-box .dcmb{
    height: calc( var(--bili) * 233px );
    background-color: #f1f3f4;
    padding: calc( var(--bili) * 30px );
}
.xwdcml-box .dcmb .dcc{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 20px );
    color: #262625;
    margin: 0 0 calc( var(--bili) * 20px ) 0;
}
.xwdcml-box .dcmb .dcd{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 14px );
    color: #515151;
    line-height: calc( var(--bili) * 30px );
    height: calc( var(--bili) * 60px );
    margin: 0 0 calc( var(--bili) * 30px ) 0;
}
.xwdcml-box .dcmb .dce{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 14px );
    color: #8E8E8E;
}
.xwdcml-box:hover .dcc{
    color: var(--mcolor);
}

.wnxw-box{
    width: 48.5%;
}
.wnxw-box .dca{
    width: 100%;
    overflow: hidden;
    height: calc( var(--bili) * 221px );
}
.wnxw-box .dcmb{
    height: calc( var(--bili) * 186px );
    background-color: #f1f3f4;
    padding: calc( var(--bili) * 30px );
}
.wnxw-box .dcmb .dcc{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 20px );
    color: #262625;
    margin: 0 0 calc( var(--bili) * 20px ) 0;
}
.wnxw-box .dcmb .dcd{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 14px );
    color: #515151;
    line-height: calc( var(--bili) * 30px );
    margin: 0 0 calc( var(--bili) * 20px ) 0;
}
.wnxw-box .dcmb .dce{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 14px );
    color: #8E8E8E;
    margin: 0 0 calc( var(--bili) * 20px ) 0;
}
.wnxw-box:nth-child(3n){
    width: 100%;
    margin: 20px 0 0;
}
.wnxw-box:nth-child(3n) .dcmb{
    height: calc( var(--bili) * 230px );
    padding: calc( var(--bili) * 40px ) calc( var(--bili) * 30px );
}
.wnxw-box:hover .dcc{
    color: var(--mcolor);
}

/*首页新闻*/
















/*友情链接*/
.wn-link{
    padding: calc( var(--bili) * 20px ) 0 calc( var(--bili) * 60px );
}
.wn-link .wnlink-lst{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.wn-link .wnlink-lst .link-title{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 16px );
    color: #333333;
    margin: 0 calc( var(--bili) * 20px ) 0 0;
}
.wn-link .wnlink-lst .layui-unselect{
    font-size: calc( var(--bili) * 16px );
    margin: 0 calc( var(--bili) * 20px ) 0 0;
}
/*友情链接*/


/*layui样式*/
.layui-form-select dl dd.layui-this{
    background-color: var(--mcolor) !important;
}
.layui-form-select dl dd.layui-this{
    background-color:  var(--mcolor) !important;
}
.layui-laydate .layui-this{
    background-color:  var(--mcolor) !important;
}
.layui-form-select dl dd{
    font-size: 14px;
}
.layui-layer{
    border-radius: 12px!important;
}
.layui-laydate-footer span:hover{
    color:  var(--mcolor) !important;
}
.layui-laydate-footer span[lay-type=date]{
    color:  var(--mcolor) !important;
}
.layui-laydate-header i:hover{
    color:  var(--mcolor)!important;
}
.laydate-set-ym span:hover{
    color:  var(--mcolor)!important;
}
#mb_btn_no{
    cursor: pointer;
}
#mb_btn_ok{
    background: var(--mcolor)!important;
    cursor: pointer;
}
.layui-form-checked span, .layui-form-checked:hover span{
    background: var(--mcolor)!important;
}
.layui-form-checked i, .layui-form-checked:hover i{
    color:  var(--mcolor)!important;
}


/*layui样式*/
/*分页*/
.total-num{
    padding: 0 24px;
}
#page{
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0;
    justify-content: center;
}
.pagel #page{
    justify-content: flex-end;
}
#page .page-item{
    height: 36px;
    line-height: 34px;
    border: 1px solid #d9d9d9;
    margin: 0 -1px 5px 0;
    font-size: 12px;
    background:#fff;
    color:#444444;
}
#page a{
    display:block;
    padding: 0 20px;
    text-decoration:none;
    height: 36px;
    line-height: 34px;
    border: 1px solid #d9d9d9;
    margin: 0 -1px 5px 0;
    font-size: 12px;
    background: #fff;
    color: #444444;
}
#page p{
    padding: 0 12px;
    height: 36px;
    line-height: 34px;
    border: 1px solid #d9d9d9;
    margin: 0 -1px 5px 0;
    font-size: 12px;
    background:#fff;
    color:#444444;
}

#page a:last-child{
    margin-right: 0;
}
#page a:hover{
    color: var(--mcolor);
}
#page a.myde-page {
    background: var(--mcolor);
    color: #fff;
    border: 1px solid var(--mcolor);
}
#page a.cur{
    background:var(--mcolor);
    color:#fff;
    border: 1px solid var(--mcolor);
}
#page p.pageRemark{
    border-style:none;
    background:none;
    margin-right:0;
    color:#555;
}
#page p.pageRemark b{
    margin: 0 6px;
    color: var(--mcolor);
    border: 1px solid var(--mcolor);
}
#page p.pageEllipsis{
    background:none;
    line-height: 30px;
    color:#555;
}
/*分页*/




/*位置*/

/*位置*/

/*分类菜单*/

.wn-menu{
    /*margin: 0 0 calc( var(--bili) * 20px );*/
    background-color: #ffffff;
    position: relative;
    border-bottom: 1px solid #f3f3f3;
}
.menu-line{
    position: absolute;
    width: 12%;
    height: 2px;
    background-color: var(--mcolor);
    bottom: -1px;
    left: 0;
}
/*.wn-menu:after{*/
/*    content: '';*/

/*}*/
.wn-menu.fixed{
    position: fixed;
    top: 0;
    background: #ffffff;
    width: 100%;
    padding: calc( var(--bili) * 20px ) 0 0;
    z-index: 999;
    margin: 0;
}
.wn-menu-lst{
    display: flex;
    justify-content: flex-start;
}
.wn-menu-box{
    font-style: normal;
    font-size: calc( var(--bili) * 18px );
    color: #515151;
    width: auto;
    margin: 0 calc( var(--bili) * 66px ) 0 0;
    text-align: left;
    position: relative;
}
.wn-menu-box .mCa{
    width: 100%;
    height: calc( var(--bili) * 66px );
    line-height: calc( var(--bili) * 66px );
    display: inline-block;
}
.wn-menu-box.on{
    color: var(--mcolor);
}


/*分类菜单*/


.wn-content{
    padding: calc( var(--bili) * 40px ) 0 calc( var(--bili) * 60px );
}
.bsys{
    background-color: #ffffff;
}
.hsys{
    background-color: #f7f7f7;
}

/*新闻*/
.news-content{

}
.news-top{
    display: flex;
    justify-content: space-between;
}
.news-switch{
    width: 51.875%;
}
.news-switch .lsxw-ulall .news-switch-box{
    height: calc( var(--bili) * 543px );
}
.news-switch .lsxw-ulall .news-switch-box .dca{
    height: 100%;
}
.news-hot{
    width: 45%;
}
.news-hot-box{
    margin: calc( var(--bili) * 30px ) 0;
}
.news-hot-box .Acls{
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.news-hot-box .dcmal{
    text-align: center;
}
.news-hot-box .dcmal .dca{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 52px );
    color: #221F22;
    line-height: 1.2;
}
.news-hot-box .dcmal .dcb{
    font-weight: 400;
    font-size: calc( var(--bili) * 18px );
    color: #221F22;
    position: relative;
    padding: calc( var(--bili) * 10px ) 0 0 0;
}
.news-hot-box .dcmal .dcb:after{
    content: '';
    position: absolute;
    width: 50%;
    height: 1px;
    background-color: #e3e3e2;
    left: 25%;
    top: 0;
}
.news-hot-box .dcmar{
    width: 85%;
}
.news-hot-box .dcmar .dcc{
    font-weight: 700;
    font-size: calc( var(--bili) * 20px );
    color: #333333;
    margin: 0 0 calc( var(--bili) * 15px );
    transition: all 0.5s;
    height: calc( var(--bili) * 28px );
    line-height: calc( var(--bili) * 28px );
}
.news-hot-box .dcmar .dcd{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 14px );
    color: #848484;
    line-height: calc( var(--bili) * 22px );
}
.news-hot-box:hover .dcmar .dcc{
    color: var(--mcolor);
    padding: 0 0 0 10px;
}


.lsxw-ulall{
    position: relative;
    overflow: hidden;
    height: calc( var(--bili) * 543px );
    /*height: calc( var(--bili) * 550px );*/
}
.lsxw-ulall .slick-arrow{
    position: absolute;
    font-size: 0;
    background: url(../images/ixw_arrow.png) no-repeat;
    width: calc( var(--bili) * 50px );
    height: calc( var(--bili) * 50px );
    top: 45%;
    background-size: 100%;
    cursor: pointer;
    z-index: 2;
}
.lsxw-ulall .slick-prev:hover{
    /*transform: rotate(180deg);*/
    /*background: url(../images/u36.png) no-repeat;*/
}
.lsxw-ulall .slick-prev{
    left: calc( var(--bili) * 35px );
}
.lsxw-ulall .slick-next{
    right: calc( var(--bili) * 35px );
    transform: rotate(180deg);
}



.news-list{
    /*padding: calc( var(--bili) * 20px ) 0 0 0;*/
    position: relative;
}
.news-item{
    margin: 0 0 calc( var(--bili) * 40px );
}
.news-item .Acls{
    display: flex;
    justify-content: flex-start;
}
.news-item .dcaml{
    width: 20.6745%;
    height: calc( var(--bili) * 228px );
    overflow: hidden;
}
.news-item .dcamr{
    width: 79.3%;
    height: calc( var(--bili) * 228px );
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: calc( var(--bili) * 50px );
    background-color: #f2f2f2;
    transition: all 0.3s;
}
.news-item .dcamr .dcbml{
    width: 80%;
}
.news-item .dcamr .dcbmr{
}
.news-item .dcamr .dcbml .dca{
    font-weight: 700;
    font-size: calc( var(--bili) * 24px );
    color: #333333;
    margin: 0 0 calc( var(--bili) * 20px );
}
.news-item .dcamr .dcbml .dcb{
    font-size: calc( var(--bili) * 16px );
    color: #6F6F6F;
    line-height: calc( var(--bili) * 30px );
}
.news-item .dcamr .dcbmr .dcc{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 58px );
    color: #363B43;
}
.news-item .dcamr .dcbmr .dcd{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 18px );
    color: #363B43;
}
.news-item:hover .dcamr{
    background-color: var(--mcolor);
}
.news-item:hover .dca,.news-item:hover .dcb,.news-item:hover .dcc,.news-item:hover .dcd{
    color: #ffffff!important;
}







.notice-top .Acls{
    display: flex;
    justify-content: space-between;
    margin: 0 0 calc( var(--bili) * 60px );
}
.notice-top .dca{
    width: 43.75%;
    height: calc( var(--bili) * 360px );
    overflow: hidden;
}
.notice-top .dcma{
    width: 53.5%;
}
.notice-top .dcb{
    font-weight: 700;
    font-size: calc( var(--bili) * 26px );
    color: #333333;
    margin: calc( var(--bili) * 35px ) 0 calc( var(--bili) * 20px );
    transition: all 0.5s;
}
.notice-top .dcc{
    font-weight: 400;
    font-size: calc( var(--bili) * 16px );
    color: #848484;
    line-height: calc( var(--bili) * 28px );
    margin: 0 0 calc( var(--bili) * 30px );
}
.notice-top .dcd{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 16px );
    color: #A4A4A4;
    margin: 0 0 calc( var(--bili) * 70px );
}
.notice-top .dce{
    font-weight: 400;
    width: calc( var(--bili) * 140px );
    height: calc( var(--bili) * 45px );
    line-height: calc( var(--bili) * 45px );
    text-align: center;
    font-size: calc( var(--bili) * 16px );
    color: #ffffff;
    position: relative;
    cursor: pointer;
    transition: all 0.5s;
    background: var(--mcolor);
    /*border-radius: 5px;*/
}
.notice-top:hover .dcb{
    padding: 0 0 0 10px;
    color: var(--mcolor);
}

.notice-list{

}
.notice-box{
    border-bottom: 1px solid #e3e3e3;
    padding: 0 0 0 calc( var(--bili) * 20px );
    margin: 0 0 calc( var(--bili) * 25px ) 0;
}
.notice-box .Acls{
    display: flex;
    align-items: center;
    justify-content: flex-start;
}
.notice-box .dca{
    font-weight: 600;
    font-style: normal;
    font-size: calc( var(--bili) * 18px );
    line-height: calc( var(--bili) * 80px );
    color: #333333;
    transition: all 0.5s;
    width: 60%;
}

.notice-box .dcb{
    font-weight: 400;
    font-size: calc( var(--bili) * 20px );
    color: #6F6F6F;
    width: 12%;
}
.notice-box .dcc{
    background: url(../images/u489.svg) no-repeat;
    width: calc( var(--bili) * 36px );
    height: calc( var(--bili) * 36px );
    background-size: 100% 100%;
    margin: 0 0 0 25%;
}
.notice-box:hover .dca{
    color: var(--mcolor);
    padding: 0 0 0 calc( var(--bili) * 10px );
}

.video-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.video-list .video-box{
    width: 32.375%;
    margin: 0 1.425% 3% 0;
    transition: all 0.5s;
    cursor: pointer;
}
.video-list .video-box:nth-child(3n){
    margin: 0 0 3% 0;
}
.video-list .video-box .dca{
    width: 100%;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc( var(--bili) * 291px );
}
.video-list .video-box .dcb{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 18px );
    color: #333333;
    text-align: center;
    padding: calc( var(--bili) * 25px ) 0 0;
}
.video-list .video-box:hover .dcb{
    color: var(--mcolor);
}






/*新闻*/



/*关于我们*/
.about-intro{
    display: flex;
    justify-content: space-between;
}
.about-content{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 16px );
    line-height: calc( var(--bili) * 40px );
    color: #333333;
}



.ab-title{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 40px );
    letter-spacing: 1.4px;
    color: var(--mcolor);
    margin: 0 0 calc( var(--bili) * 40px ) 0;
    text-align: center;
    padding: 0 calc( var(--bili) * 100px );
}
.ab-dcall{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 16px );
    line-height: calc( var(--bili) * 36px );
    color: #333333;
    margin: 0 0 calc( var(--bili) * 40px ) 0;
    padding: 0 calc( var(--bili) * 100px );
}
.ab-dcall.jma{
    text-align: center;
    padding: 0 calc( var(--bili) * 250px );
}
.ab-dcimg{
    margin: 0 0 calc( var(--bili) * 40px ) 0;
    padding: 0 calc( var(--bili) * 100px );
}

.ab-swcha{
    padding: 0 calc( var(--bili) * 100px );
    margin: 0 0 calc( var(--bili) * 40px ) 0;
    position: relative;
}
.ab-swcha .dca{
    height: calc( var(--bili) * 400px );
    overflow: hidden;
}
.ab-swcha .dcrz{
    height: calc( var(--bili) * 293px );
    overflow: hidden;
}
.ab-swcha .dcrzs{
    font-size: calc( var(--bili) * 20px );
    color: #333333;
    text-align: center;
    line-height: 2;
    margin: 20px 0;
}
.ab-swcha .swiper-button-next, .ab-swcha .swiper-button-prev{
    top: 46%;
    background-repeat: no-repeat;
    background-position: center;
    background: url(../images/u444.png) no-repeat right;
    background-size: 100% 100%;
    width: calc( var(--bili) * 29px );
    height: calc( var(--bili) * 29px );
}
.ab-swcha .swiper-button-next:after, .ab-swcha .swiper-button-prev:after{
    display: none;
}
.ab-swcha .swiper-button-prev {
    left: calc( var(--bili) * 15px );
    transform: rotate(180deg);
}
.ab-swcha .swiper-button-next {
    right: calc( var(--bili) * 15px );
}



.ab-dcfix{
    padding: 0 calc( var(--bili) * 100px );
    position: relative;
}
.ab-dcfix .dca{
    width: 100%;
}
.ab-dcfix .dcb{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 24px );
    color: #FFFFFF;
    line-height: calc( var(--bili) * 60px );
    position: absolute;
    top: 0;
    height: 100%;
    display: flex;
    align-items: center;
    padding: 0 5%;
    background: linear-gradient(to right, var(--mcolor), rgb(255 255 255 / 0%));
}


.ab-condition{
    display: flex;
    flex-wrap: wrap;
    padding: calc( var(--bili) * 30px ) 0 0;
}
.ab-condition .jmcondition{
    width: 20%;
    text-align: center;
    padding: 0 3%;
}
.ab-condition .jmcondition .dca{
    width: calc( var(--bili) * 158px );
    height: calc( var(--bili) * 158px );
    margin: 0 auto;
}
.ab-condition .jmcondition .dcb{
    line-height: 2;
    color: #333333;
    font-size: calc( var(--bili) * 16px );
    margin: calc( var(--bili) * 25px ) 0 0;
}

.zcyyx_lst{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.zcyyx{
    width: 32.1435%;
}
.zcyyx .dczcyyx{
    width: 100%;
    height: calc( var(--bili) * 292px );
    overflow: hidden;
}
.zcyyx .dczcyyx-cm{
    background-color: #ffffff;
    padding: 4% 4%;
    min-height: calc( var(--bili) * 160px );
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.zcyyx .dczcyyx-cm .zcyyx-dca{
    color: #000000;
    font-size: calc( var(--bili) * 18px );
    margin: 0 0 calc( var(--bili) * 10px );
    font-weight: bold;
}
.zcyyx .dczcyyx-cm .zcyyx-dcb{
    color: #808080;
    font-size: calc( var(--bili) * 14px );
    line-height: 2;
}

.jmxj{
    display: flex;
    padding: 0 calc( var(--bili) * 100px );
}
.jmxj .jmxj-box{
    width: 33.3%;
    height: calc( var(--bili) * 200px );
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #f6f6f6;
}
.jmxj .jmxj-box .dca{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 16px );
    color: #515151;
}
.jmxj .jmxj-box .dcb{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 36px );
    color: #3E3E3E;
}
.jmxj .jmxj-box .dcc{
    color: #ffffff;
    line-height: 2.4;
    font-size: calc( var(--bili) * 20px );
    font-weight: 400;
    font-style: normal;
}
.jmxj .jmxj-box:nth-child(3n){
    background-color: var(--mcolor);
    padding: 5% 3%;
}
.jmxj .jmxj-box:nth-of-type(1){
    background: #f6f6f6 url(../images/u1193.png) no-repeat 30px;
    background-size: calc( var(--bili) * 66px ) calc( var(--bili) * 66px );
    padding: 0 0 0 110px;
}
.jmxj .jmxj-box:nth-of-type(2){
    background: #f6f6f6 url(../images/u1198.png) no-repeat 30px;
    background-size: calc( var(--bili) * 66px ) calc( var(--bili) * 66px );
    padding: 0 0 0 calc( var(--bili) * 110px ) ;
}


.about-lor{

}
.about-lor .about-box{
    width: 100%;
    position: relative;
}
.about-lor .about-box .dcm-img{
    width: 50%;
    line-height: calc( var(--bili) * 505px );
}
.about-lor .about-box .dcm-cal{
    width: 50%;
    position: absolute;
    left: 50%;
    top: 0;
    padding: 4% 10% 4% 5%;
    display: flex;
}
.about-lor .about-box .dcm-cal .dca{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 36px );
    color: var(--mcolor);
    margin: 0 0 calc( var(--bili) * 30px ) 0;
    padding: 0 0 calc( var(--bili) * 30px ) 0;
    position: relative;
}
.about-lor .about-box .dcm-cal .dca:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 2px;
    background-color: #89898a;
    bottom: 0;
    left: 0;
}
.about-lor .about-box .dcm-cal .dcb{
    font-style: normal;
    font-size: calc( var(--bili) * 16px );
    color: #575757;
    line-height: calc( var(--bili) * 30px );
    height: calc( var(--bili) * 90px );
    margin: 0 0 calc( var(--bili) * 30px ) 0;
}
.about-lor .about-box .dcm-cal .dcc{
    width: calc( var(--bili) * 180px );
    height: calc( var(--bili) * 60px );
    line-height: calc( var(--bili) * 58px );
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 18px );
    color: #717075;
    text-align: center;
}
.about-lor .about-box .dcm-cal .dcc:hover{
    background-color: var(--mcolor);
    border: 1px solid var(--mcolor);
    color: #ffffff;
}

.about-lor .about-box:nth-child(2n) .dcm-img{
    margin: 0 0 0 50%;
}
.about-lor .about-box:nth-child(2n) .dcm-cal{
    left: 0;
    padding: 4% 5% 4% 10%;
}



.ab-fzlc{
    background: url(../images/u148_div.png) no-repeat bottom;
    background-size: 100% 100%;
    height: calc( var(--bili) * 650px );
    position: relative;
}
.ab-fzlc:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgb(0 0 0 / 40%);
}
.ab-fzlc .inner{
    z-index: 2;
    overflow: hidden;
    height: 100%;
    position: relative;
}
.ab-fzlc .fzlc-title{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 40px );
    color: #FFFFFF;
    text-align: center;
    padding: calc( var(--bili) * 50px ) 0 calc( var(--bili) * 50px ) 0;
    z-index: 2;
    position: relative;
}
.ab-fzlc .fzlc-lst{

}
.ab-fzlc .fzlc-lst .fzlc-box{
    padding: 0 calc( var(--bili) * 25px ) calc( var(--bili) * 25px );
    position: relative;
}
.ab-fzlc .fzlc-lst .fzlc-box:after{
    content: '';
    position: absolute;
    background: url(../images/u170.svg) no-repeat center;
    width: 2px;
    height: 100%;
    background-size: 100% 100%;
    left: 0 ;
    top: -4px;
}
.ab-fzlc .fzlc-lst .fzlc-box:before{
    content: '';
    position: absolute;
    width: 10px;
    height: 10px;
    background-color: #ffffff;
    border-radius: 50%;
    left: -4px;
    bottom: -5px;
}
.ab-fzlc .fzlc-lst .fzlc-box .dca{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 34px );
    color: #FFFFFF;
    margin: calc( var(--bili) * 20px ) 0;
}
.ab-fzlc .fzlc-lst .fzlc-box .dcb{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 16px );
    color: #FFFFFF;
}
.ab-fzlc .swiper-slide-active .fzlc-box:before{
    background-color: var(--mcolor);
}
.ab-fzlc .fzlc-lst .fzlc-box:hover:before{
    background-color: var(--mcolor);
}



.fzlc-sw:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 1px;
    /*background-color: #ffffff;*/
    bottom: 0;
    left: 0;
    background: url(../images/u151.svg) no-repeat center;
}
.ab-fzlc .swiper-container{
    overflow: inherit;
    padding: 0 0 0 4px;
}
.ab-fzlc .swiper-wrapper{
    align-items: flex-end;
}
.ab-fzlc .swiper-slide:nth-child(2n) .fzlc-box{
    position: absolute;
}
.ab-fzlc .swiper-slide:nth-child(2n) .fzlc-box:after{
    transform:rotate(180deg);
    top: 4px;
}
.ab-fzlc .swiper-slide:nth-child(2n) .fzlc-box:before{
    left: -4px;
    top: -5px;
    bottom: auto;

}

.ab-fzlc .fzlc-swan{
    position: absolute;
    right: 0;
    top: calc( var(--bili) * 76px );
    display: flex;
    justify-content: space-between;
    width: calc( var(--bili) * 150px );
}
.ab-fzlc .swiper-button-next, .ab-fzlc .swiper-button-prev{
    top: 46%;
    background-size: 100% 100%;
    width: calc( var(--bili) * 48px );
    height: calc( var(--bili) * 48px );

    background-color: var(--mcolor);
}
.ab-fzlc .swiper-button-next:hover, .ab-fzlc .swiper-button-prev:hover{
    opacity: 0.8;
}
.ab-fzlc .swiper-button-disabled{
    background-color: #ffffff;
    opacity: 0.8;
}
.ab-fzlc .swiper-button-next:after, .ab-fzlc .swiper-button-prev:after{
    /*display: none;*/
    color: #fff;
    font-size: 16px;
}
.ab-fzlc .swiper-button-disabled:after{
    color: #000;
}



.ab-history{
    padding: calc( var(--bili) * 50px ) 0 0 0;
}
.ab-history .history-lst{

}
.history-lst .history-box{
    width: calc( var(--bili) * 800px );
    margin: 0 auto;
    padding: 0 0 calc( var(--bili) * 80px ) 0;
}
.history-lst .history-box .dca{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 120px );
    letter-spacing: 2px;
    color: #009B4A;
    font-family: BarlowCondensed;
}
.history-lst .history-box .dcb{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 16px );
    line-height: calc( var(--bili) * 36px );
    position: relative;
    padding: 0 20px;
}
.history-lst .history-box .dcb:after{
    content: '';
    position: absolute;
    width: 7px;
    height: 7px;
    background-color: var(--mcolor);
    border-radius: 50%;
    left: 0;
    top: 17px;
}

.history-lst .swiper-container{
    margin: 0 0 calc( var(--bili) * 200px );
    overflow: initial;
}
.history-lst .swiper-container:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 23px;
    bottom: 0;
    left: 0;
    background: url(../images/history_line.png) no-repeat center;
}

.history-lst .swiper-pagination{
    bottom: calc( var(--bili) * -80px );
}
.history-lst .swiper-pagination-bullet{
    width: auto;
    background: transparent;
    opacity: 1;
    margin: 0 15px!important;
    position: relative;
    height: 45px;
    line-height: 45px;

}
.history-lst .swiper-pagination-bullet-active{
    color: var(--mcolor);
}
.history-lst .swiper-pagination-bullet-active:after{
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    bottom: 0;
    left: 32%;
    background: url(../images/u576.svg) no-repeat center;
}
.history-lst .swiper-pagination-bullet-active:before{
    content: '';
    position: absolute;
    width: 12px;
    height: 7px;
    top: 0;
    left: 32%;
    background: url(../images/u576.svg) no-repeat center;
    transform:rotate(180deg);
}
/*关于我们*/



/*荣誉资质*/



.honor-tab{
    display: flex;
    justify-content: center;
    padding: calc( var(--bili) * 10px ) 0 calc( var(--bili) * 60px );
}
.honor-tab .honor-tab-box{
    width:  calc( var(--bili) * 128px );
    height:  calc( var(--bili) * 52px );
    line-height:  calc( var(--bili) * 52px );
    text-align: center;
    border: 1px solid #b8b8b8;
    border-radius: 5px;
    margin: 0 calc( var(--bili) * 15px );
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 18px );
    color: #717075;
    cursor: pointer;
}
.honor-tab .honor-tab-box.on{
    border: 1px solid var(--mcolor);
    background-color: var(--mcolor);
    color: #ffffff;
}

.enterprise-honor{
    display: flex;
    justify-content: space-between;
    margin: 0 0 calc( var(--bili) * 20px ) 0;
}
.enterprise-honor .dcml{
    width: 25.625%;
    height: calc( var(--bili) * 515px );
}
.enterprise-honor .dcmr{
    width: 70%;
    height: calc( var(--bili) * 600px );
    overflow-x: auto;
}
.enterprise-honor .dcmr .ehitem{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 22px );
    color: #666666;
    text-align: right;
    line-height: calc( var(--bili) * 30px );
    padding: calc( var(--bili) * 15px ) 3% calc( var(--bili) * 15px ) 0;
}
.enterprise-honor .dcmr .ehitem:hover{
    color: var(--mcolor);
}

.enterprise-honor .dcmr::-webkit-scrollbar
 {
     width: 2px;
     height: 2px;
 }

.enterprise-honor .dcmr::-webkit-scrollbar-track
{
    background-color: #eaeaea;
}

.enterprise-honor .dcmr::-webkit-scrollbar-thumb
{
    background-color: var(--mcolor);
}


.honor-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.honor-box{
    width: 22.75%;
    margin: 0 3% 3% 0;
    transition: all 0.5s;
    cursor: pointer;
}
.honor-box:nth-child(4n){
    margin: 0 0 3% 0;
}
.honor-box .dca {
    width: 100%;
    border: 1px solid #dbdbdb;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    height: calc( var(--bili) * 364px );
}

.honor-box .dcb{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 18px );
    color: #333333;
    text-align: center;
    padding: calc( var(--bili) * 25px ) 0 0;
}
.honor-box:hover{
    transform:translateY(-10px);
}
.honor-box:hover .dcb{
    color:var(--mcolor);;
}

.honor-eh{
    display: none;
}
.honor-eh.on{
    display: flex;
}
/*荣誉资质*/




/*企业文化*/
.culture-list{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.culture-list .culture-dcma{
    position: relative;
    margin: 0 0 calc( var(--bili) * 40px ) 0;
}
.culture-list .culture-dcmb{
    position: relative;
    width: 48.5%;
}

.culture-list .culture-dcma .dcimg{
    width: 100%;
    height: calc( var(--bili) * 430px );
    overflow: hidden;
}
.culture-list .culture-dcma .dcimg img{
    height: auto;
}
.culture-list .culture-dcma .dcma{
    color: #FFFFFF;
    position: absolute;
    left: calc( var(--bili) * 50px );
    top: calc( var(--bili) * 50px );
}
.culture-list .culture-dcma .dcma .dca{
    font-size: calc( var(--bili) * 30px );
}
.culture-list .culture-dcma .dcma .dcb{
    font-size: calc( var(--bili) * 20px );
    font-weight: bold;
    margin: calc( var(--bili) * 25px ) 0 0 0;
}
.culture-list .culture-dcma .dcma .dcc{
    font-size: calc( var(--bili) * 16px );
    margin: 5px 0 0 0;
}

.culture-list .culture-dcmb .dcimg{
    width: 100%;
    height: calc( var(--bili) * 370px );
    overflow: hidden;
}
.culture-list .culture-dcmb .dcma{
    background-color: #eef2f5;
    padding: calc( var(--bili) * 30px );
}
.culture-list .culture-dcmb .dcma .dca{
    font-weight: bold;
    font-size: calc( var(--bili) * 22px );
    position: relative;
    padding: 0 0 calc( var(--bili) * 15px ) 0;
    margin: 0 0 calc( var(--bili) * 15px ) 0;
}
.culture-list .culture-dcmb .dcma .dca:after{
    content: '';
    position: absolute;
    width: 20px;
    height: 1px;
    background-color: #d50a1d;
    left: 0;
    bottom: 0;
}
.culture-list .culture-dcmb .dcma .dcb{
    font-size: 16px;
    color: #666;
    line-height: 1.6;
}

.culture-list .culture-new{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.culture-list .culture-new .d-center{
    display: flex;
    align-items: center;
    height: calc(var(--bili)* 414px);
    width: calc(var(--bili)* 350px);
    justify-content: center;
}

.culture-list .culture-new .d-list{
    text-align: center;
}

.culture-list .culture-new .d-list > div{
    margin: calc(var(--bili)* 30px) 0;
}

.culture-list .culture-new .d-list img{
    width: calc(var(--bili)* 68px);
    height: calc(var(--bili)* 68px);
    /*border-radius: 50%;*/
}

.culture-list .culture-new .two{
    display: none;
}

.culture-list .culture-new .d-list .d-title{
    font-weight: 400;
    font-size: calc(var(--bili)* 40px);
}

.culture-list .culture-new .d-list .d-line{
    width: calc(var(--bili)* 40px);
    height: calc(var(--bili)* 4px);
    background-color: rgba(0, 155, 74, 1);
    margin: 0 auto;
}

.culture-list .culture-new .d-list .d-des{
    font-weight: 400;
    color: #666666;
    text-align: center;
    font-size: calc(var(--bili)* 18px);
}

.culture-list .culture-new .d-center.active{
    background-color: rgba(0, 155, 74, 1);
    color: #ffffff !important;
}

.culture-list .culture-new .d-center.active .one{
    display: none;
}

.culture-list .culture-new .d-center.active .two{
    display: inline-table;
}

.culture-list .culture-new .d-center.active .d-list .d-line{
    background-color: #ffffff;
}

.culture-list .culture-new .d-center.active .d-list .d-des{
    color: #ffffff !important;
}

.culture-list-two{
    height: calc(var(--bili)* 740px);
    background: url("../../index/images/culture_new1.jpg");
    background-size: 100% 100%;
    display: flex;
    align-items: center;
}

.culture-list-two .culture-content{
    padding: 30px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    height: calc(var(--bili)* 480px);
    overflow: auto;
}

.culture-list-two .culture-content .d-list{
    width: 100%;
    text-align: center;
    margin-bottom: calc(var(--bili)* 10px);
}

.culture-list-two .culture-content .d-list .d-title{
    font-weight: 500;
    font-size: calc(var(--bili)* 36px);
    color: #FFFFFF;
    margin-bottom: calc(var(--bili)* 10px);
}

.culture-list-two .culture-content .d-list .d-content{
    font-weight: 400;
    color: #FFFFFF;
    font-size: calc(var(--bili)* 18px);
}

.culture-list-three{
    display: flex;
    margin-bottom: calc(var(--bili)* 40px);
    width: 100%;
}

.culture-list-three.active{
    background-color: rgba(0, 155, 74, 1);
    color: #ffffff !important;
}

.culture-list-three.active p{
    color: #ffffff !important;
}

.culture-list-three img{
    width: calc(var(--bili)* 900px);
    height: calc(var(--bili)* 400px);
}

.culture-list-three .d-list{
    padding: calc(var(--bili)* 30px);
    width: calc(var(--bili)* 700px);
    overflow: auto;
    height: calc(var(--bili)* 340px);
}

.culture-list-three .d-list .d-title{
    font-weight: 500;
    font-size: calc(var(--bili)* 36px);
    margin-bottom: calc(var(--bili)* 10px);
}

/*.culture-list-three .d-list .d-des p{*/
/*    line-height: 2 !important;*/
/*}*/

.mb{
    display: none;
}

/*企业文化*/

/*留言*/

.message-lst{
    width: 76%;
    margin: 0 auto;
}
.message-lst .message-blc{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin: 0 0 calc( var(--bili) * 20px ) 0;
}
.message-lst .w30{
    width: 31.5%;
}
.message-lst .message-blc .mbs{
    position: relative;
}
.message-lst .message-blc .mbs .srk{
    width: 100%;
    height: calc( var(--bili) * 54px );
    padding: 0 calc( var(--bili) * 30px );
}
.message-lst .message-blc .mbs .srks{
    width: 100%;
    height: calc( var(--bili) * 186px );
    padding: calc( var(--bili) * 20px ) calc( var(--bili) * 30px );
}
.message-lst .message-blc:last-child{
    justify-content: center;
    margin: calc( var(--bili) * 50px ) 0;
}
.message-lst .message-blc .ann{
    width: calc( var(--bili) * 166px );
    height: calc( var(--bili) * 54px );
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 18px );
    color: #FFFFFF;
    background-color: var(--mcolor);
    border-radius: 5px;
    cursor: pointer;
}
.message-lst .message-blc .ann:hover{
    background-color: #19c169;
}
/*留言*/




/*联系我们*/

.wn-container{
    width: 100%;
    height: calc( var(--bili) * 440px );
}

/*地图美化*/
.wn-container *{
    border-color: #ffffff!important;
    border: 0!important;
}
.wn-container .BMap_pop *{
    color: #333333!important;
    line-height: calc( 30px )!important;
    font-size: calc( 16px ) !important;
}
.wn-container .anchorBL{
    display: none;
}
.wn-container .anchorTR div *{
    padding: 5px 10px!important;
    box-shadow: none!important;
    font-size: 14px!important;
    font-weight: 400!important;
}
/*地图美化*/

.lxwm-list{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lxwm-list .dcml{
    width: 50%;
}
.lxwm-list .dcmr{
    display: flex;
}
.lxwm-list .dcml .dca{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 30px );
    color: #262625;
    margin: 0 0 calc( var(--bili) * 20px ) 0;
}
.lxwm-list .dcml .dcb{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 20px );
    color: #646464;
    line-height: calc( var(--bili) * 42px );
}
.lxwm-list .dcmr .lx-ewm{
    margin: 0 0 0 calc( var(--bili) * 20px );
}
.lxwm-list .dcmr .lx-ewm .dca{
    width: calc( var(--bili) * 200px );
    height: calc( var(--bili) * 200px );
    border: 1px solid #e3e3e3;
    padding: calc( var(--bili) * 10px );
}
.lxwm-list .dcmr .lx-ewm .dcb{
    font-size: calc( var(--bili) * 18px );
    color: #333333;
    text-align: center;
    height: calc( var(--bili) * 50px );
    line-height: calc( var(--bili) * 50px );
}

.lxhs{
    background-color: #f3f3f3;
}
.lx-places-tit{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 34px );
    color: var(--mcolor);
    text-align: center;
    margin: 0 0 calc( var(--bili)* 45px);
}
.lx-places-cal{
    font-size: calc( var(--bili) * 22px );
    color: #333333;
    position: relative;
    padding: 0 0 0 calc( var(--bili)* 15px);
    margin: 0 0 calc( var(--bili)* 30px);
    line-height: 1.2;
    /*font-weight: bold;*/
}
.lx-places-cal:after{
    content: '';
    position: absolute;
    width: 3px;
    height: 100%;
    background-color: var(--mcolor);
    left: 0;
    top: 0;
}
.lx-places-lst{
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.lx-places-lst .lx-places-box{
    border: 1px solid #e3e3e3;
    width: calc( var(--bili)* 300px);
    margin: 0 calc( var(--bili) * 25px ) calc( var(--bili) * 25px ) 0;
    padding: calc( var(--bili) * 25px );
    background-color: #ffffff;
}
.lx-places-lst .lx-places-box:nth-child(5n){
    margin: 0 0 calc( var(--bili) * 25px ) 0;
}
.lx-places-lst .lx-places-box .dca{
    font-weight: 700;
    font-style: normal;
    font-size: calc( var(--bili) * 18px );
    color: #262625;
    margin: 0 0 5px 0;
}
.lx-places-lst .lx-places-box .dcb{
    font-weight: 400;
    font-style: normal;
    font-size: calc( var(--bili) * 16px );
    line-height: calc( var(--bili) * 32px );
}



/*联系我们*/


/*新闻详情*/
.detail-content{
    padding: calc( var(--bili) * 20px ) calc( var(--bili) * 245px ) 0;
}
.detail-content .title {
    font-weight: 400;
    font-size: calc( var(--bili) * 28px );
    color: #262626;
    line-height: calc( var(--bili) * 40px );
    text-align: center;
    margin: 0 0 calc( var(--bili) * 35px );
}
.detail-content .info{
    font-weight: 400;
    font-size: calc( var(--bili) * 14px );
    color: #909090;
    display: flex;
    justify-content: space-between;
    margin: 0 0 calc( var(--bili) * 30px );
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: calc( var(--bili) * 20px );
}
.detail-content .info.cpinfo{
    justify-content: center;
}
.detail-content .info .dcaml{

}
.detail-content .info .dcamr{

}
.detail-content .info .time{
    margin: 0 20px 0 0;
}
.detail-content .content{
    font-size: 16px;
    color: #555555;
    line-height: 2;
}
.detail-content .content *{
    max-width: 100%;
    line-height: 2;
}
.xwsx-content{
    padding: calc( var(--bili) * 60px ) 0 ;
    border-top: 1px solid #e9e9e9;
}
.Around{
    border-top: 1px solid #cccccc;
    padding-top: calc( var(--bili) * 20px );
    margin: calc( var(--bili) * 60px ) 0 0 0;
    display: flex;
    justify-content: space-between;
}
.Around .Aroundul{
    font-weight: 400;
    color: #333333;
    line-height: 2;
    font-size: calc( var(--bili) * 16px );
    width: 48%;
}
.Around .Aroundul:first-child{
    text-align: left;
}
.Around .Aroundul:last-child{
    text-align: right;
}
.Around .Aroundul a{
    color: #666666;
}
.Around .Aroundul:hover a{
    color: var(--mcolor);
}



.sx-Around.Around{
    display: flex;
    flex-direction: column;
}
.sx-Around.Around .Aroundul{
    width: 100%;
    margin: 0 0 calc( var(--bili) * 20px ) 0;
}
.sx-Around.Around .Aroundul:last-child{
    text-align: left;
}


/*新闻详情*/





/*招聘*/

.recruit-cot{

}
.recruit-cot .rc-title{
    font-size: calc( var(--bili) * 32px );
    color: var(--mcolor);
    transition-property: all;
    font-weight: 700;
    text-align: center;
    line-height: 1.5;
    margin: 0 0 calc( var(--bili) * 30px ) 0;
}
.recruit-cot .rc-lst{
    display: flex;
    justify-content: space-between;
}
.recruit-cot .ll-dcmal{
    width: 50%;
    background-color: #e8effb;
    padding: calc( var(--bili) * 80px ) calc( var(--bili) * 50px );
}
.recruit-cot .ll-dcmal .dca{
    line-height: normal;
    font-size: calc( var(--bili) * 28px );
    font-weight: 400;
    margin-top: calc( var(--bili) * 10px );
    color: #303030;
    margin-bottom: calc( var(--bili) * 10px );
}
.recruit-cot .ll-dcmal .dcb{
    line-height: normal;
    color: #939292;
    font-size: calc( var(--bili) * 18px );
    font-weight: 400;
    margin-bottom: calc( var(--bili) * 30px );
}
.recruit-cot .ll-dcmal .dcc{
    font-size: calc( var(--bili) * 18px );
    color: #303030;
    line-height: 2;
}
.recruit-cot .ll-dcmar{
    width: 50%;
    overflow: hidden;
}

.recruit-cot .ypxz-box{
    width: 32%;
    background-color: #f5f5f5;
    height: calc( var(--bili) * 250px );
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.recruit-cot .ypxz-box .dca{
    overflow: hidden;
    width: calc( var(--bili) * 30px );
    margin: 0 auto;
}
.recruit-cot .ypxz-box .dcb{
    line-height: 1.5;
    font-size: calc( var(--bili) * 18px );
    font-weight: 700;
    color: #333;
    text-align: center;
    padding-top: calc( var(--bili) * 30px );
    padding-bottom: calc( var(--bili) * 20px );
}
.recruit-cot .ypxz-box .dcc{
    font-size: calc( var(--bili) * 16px );
    color: #000000;
    line-height: 2;
    text-align: center;
}

.recruit-cot .ypxz-box.on{
    background-color: var(--mcolor);
}
.recruit-cot .ypxz-box.on .dcb{
    color: #ffffff;
}
.recruit-cot .ypxz-box.on .dcc{
    color: #ffffff;
}


.recruit-box{
    overflow: hidden;
}
.recruit-box .recruit-title{
    font-weight: 700;
    font-size: calc( var(--bili) * 18px );
    color: #1F1F1F;
    display: flex;
    background-color: #f2f2f2;
}
.recruit-box .recruit-title .recruit-mk{
    width: 16.6%;
    text-align: center;
    line-height:  calc( var(--bili) * 60px );
}
.recruit-item{
    margin: calc( var(--bili) * 15px ) 0 0;
    overflow: hidden;
}
.recruit-item .recruit-name{
    /*font-weight: 700;*/
    font-size: calc( var(--bili) * 16px );
    display: flex;
    cursor: pointer;
    background-color: #ffffff;
    color: #333333;
    border: 1px solid #dddddd;
}
.recruit-item .recruit-name .recruit-mk{
    width: 16.6%;
    text-align: center;
    line-height:  calc( var(--bili) * 60px );

}
.recruit-item .recruit-whnr{
    border: 1px solid #dddddd;
    padding: 0 calc( var(--bili) * 40px );
    display: flex;
    justify-content: space-between;
    height: 0;
    transition: all 0.3s;
    opacity: 0;
}
.recruit-item .recruit-whnr .zwbox{
    width: 45%;
}
.recruit-item .recruit-whnr .zwbox .dca{
    font-weight: 700;
    font-size: calc( var(--bili) * 18px );
    color: #404040;
}
.recruit-item .recruit-whnr .zwbox .dcb{
    font-weight: 400;
    font-size: calc( var(--bili) * 16px );
    color: #666666;
    line-height: 36px;
}
.recruit-item.on .recruit-whnr{
    padding: calc( var(--bili) * 40px );
    height: 100%;
    opacity: 1;
    background-color: #f8f8f8;
}
.recruit-item.on .recruit-name{
    color: #ffffff;
    background-color: var(--mcolor);
    border: 1px solid var(--mcolor);
}
.recruit-item:hover .recruit-name{
    color: #ffffff;
    background-color: var(--mcolor);
    border: 1px solid var(--mcolor);
}
/*招聘*/


/*产品*/
.product-all{
    position: relative;
    display: flex;
    justify-content: space-between;
}
.product-all .dcml{
    width: 18.25%;
    background-color: #fff;
    /*border: 1px solid #e6e6e6;*/
}
.product-all .dcmr{
    width: 80%;
}



.Ca-list{
    padding: calc( var(--bili) * 75px ) 0 calc( var(--bili) * 5px ) 0;
}
.Ca-list .Cali{
    position: relative;
    margin: 0 0 5px 0;
}
/*.Ca-list .Cali:before{*/
/*    content: '';*/
/*    position: absolute;*/
/*    background: url(../images/icons/next_blank.png) no-repeat;*/
/*    width: 16px;*/
/*    height: 16px;*/
/*    background-size: 100%;*/
/*    right: 20px;*/
/*    top: 18px;*/
/*    opacity: 0.5;*/
/*    transition: all 0.3s;*/
/*}*/
.Ca-list .Cali .Cadca{
    font-size: calc( var(--bili) * 20px );
    color: #191919;
    cursor: pointer;
    border: 1px solid #e2e2e2;
}
.Ca-list .Cali .Cadca .CAa{
    display: block;
    padding: 0 calc( var(--bili) * 40px ) 0 calc( var(--bili) * 30px );
    height: calc( var(--bili) * 80px );
    line-height: calc( var(--bili) * 80px );
    text-align: center;
}

.Ca-list .Cali .Cb-list{
    height: 0;
    overflow: hidden;
    /*transition: all 0.3s;*/
    opacity: 0;
}
.Ca-list .Cali .Cb-list .Cbli{
    border: 1px solid #e2e2e2;
    margin: -1px 0 0 0;
}

.Ca-list .Cali .Cb-list .Cbli .Cba{
    padding: 0 calc( var(--bili) * 45px );
    height: calc( var(--bili) * 60px );
    line-height: calc( var(--bili) * 60px );
    color: #6E6E6E;
    font-size: calc( var(--bili) * 18px );
}
.Ca-list .Cali.on .Cb-list{
    height: 100%;
    opacity: 1;
}
.Ca-list .Cali.on:before{
    transform:rotate(90deg);
}
.Ca-list .Cali .Cb-list .Cbli .Cba:hover{
    color: var(--mcolor);
}
.Ca-list .Cali.cur .Cadca{
    color: #ffffff;
    background-color: var(--mcolor);
}
.Ca-list .Cali.cur .Cb-list{
    height: 100%;
    opacity: 1;
}
.Ca-list .Cali .Cb-list .Cbli.cur .Cba{
    color: var(--mcolor);
}


.product-list{
    display: flex;
    flex-wrap: wrap;
}
.product-item{
    width: 31.25%;
    border: solid 1px #e6e6e6;
    text-align: center;
    background-color: #fff;
    transition: all .3s ease-out;
    margin: 0 3% 3% 0;
    position: relative;
}
.product-item:nth-child(3n) {
    margin-right: 0;
}
.product-item .dca{
    display: block;
    width: 100%;
    height: calc( var(--bili) * 360px );
    overflow: hidden;
}
.product-item .dcb{
    font-weight: 600;
    font-size: calc( var(--bili) * 18px );
    color: #333333;
    margin: 5%;
}
.product-item .dcc{
    border-top: 1px solid #e6e6e6;
    font-size: calc( var(--bili) * 16px );
    color: #444444;
    max-height: calc( var(--bili) * 50px );
    line-height: calc( var(--bili) * 25px );
    margin: 5%;
    padding: 4.5% 0 0 0;
}

.product-item:hover{
    box-shadow: 5px 5px 20px rgb(0 0 0 / 10%);
}
.product-item:before{
    content: '';
    width: 0;
    height: 3px;
    position: absolute;
    left: 0;
    bottom: -1px;
    background-color: var(--mcolor);
    transition: all 0.5s;
}
.product-item:hover:before{
    width: 100%;
}
.product-item:hover .dcb{
    color: var(--mcolor);
}
.product-item:hover .dcc{
    color: var(--mcolor);
}




.product-search{
    margin: 0 0 calc( var(--bili) * 35px ) 0;
    display: flex;
    justify-content: flex-end;
}
.product-search .srk{
    width: calc( var(--bili) * 310px );
    height: calc( var(--bili) * 46px );
    border: 1px solid #e5e5e5;
    border-radius: 4px;
    border-top-right-radius: 0px;
    border-bottom-right-radius: 0px;
    padding: 0 calc( var(--bili) * 20px );
    font-size: 14px;
}
.product-search .ann{
    width: calc( var(--bili) * 63px );
    height: calc( var(--bili) * 46px );
    border: 1px solid var(--mcolor);
    border-radius: 4px;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px;
    background: url(../images/product-search.svg) no-repeat center;
    background-color: var(--mcolor);
    background-size: 22px 22px;
    cursor: pointer;
}










.product-detail{
    padding: calc( var(--bili) * 20px ) 0 calc( var(--bili) * 80px );
}
.product-lr{
    display: flex;
    justify-content: space-between;
}
.product-lr .cpl{
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: calc( var(--bili) * 780px );
}

.xt-all{
    position: relative;
}
.xt-all .icon-fl{
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
    display: none;
}
.xt-all .icon-fr{
    position: absolute;
    width: 100%;
    text-align: center;
    bottom: 0;
    display: none;
}

.product-lr .cpl .xt-list{
    border: 1px solid #c0c0c0;
    width: calc( var(--bili) * 198px );
    height: calc( var(--bili) * 602px );
    padding: calc( var(--bili) * 65px) calc( var(--bili) * 50px) ;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.product-lr .cpl .xt-list .xt-all{
    overflow: hidden;
}
.product-lr .cpl .xt-list .xtbox{
    width: calc( var(--bili) * 85px );
    height: calc( var(--bili) * 85px );
    margin: 0 0 calc( var(--bili) * 10px ) 0;
}



.product-lr .cpl .dt-list{

}
.product-lr .cpl .dt-list .dtbox{
    width: calc( var(--bili) * 564px );
    height: calc( var(--bili) * 564px );
    overflow: hidden;
}
.product-lr .cpr{
    width: calc( var(--bili) * 750px );
}
.product-lr .cpr .cpmc{
    font-weight: 700;
    font-size: calc( var(--bili) * 36px );
    color: #333333;
    padding: calc( var(--bili) * 20px ) 0  calc( var(--bili) * 40px );
}
.product-lr .cpr .cpis{
    font-size: calc( var(--bili) * 16px );
    color: #606060;
    line-height: 34px;
}


.product-intro{
    background-color: #f6f6f6;
    padding: calc( var(--bili) * 20px ) 0;
}
.product-intro-title{
    font-size: calc( var(--bili) * 24px );
    color: #333333;
}

.product-info{
    font-size: calc( var(--bili) * 16px );
    color: #333333;
    line-height: 2;
}
.product-info *{
    max-width: 100%;
    font-size: calc( var(--bili) * 16px );
    color: #333333;
    line-height: 2;
}
/*产品*/




/*手机*/
.wap-header{
    display: none;
}

.wap-head{
    width: 100%;
    background-color: #ffffff;
    transition: all 0.3s;
    top: 0;
    position: fixed;
    z-index: 105;
    box-shadow: none;
    height: 15vw;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wap-head .wap-head-logo {
    width: 32%;
    margin: 0 0 0 5%;
}
.wap-head .wap-door{
    width: 8%;
    margin: 0 5% 0 0;
    height: 100%;
    position: relative;
    right: 0;
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
}
.wap-head .wap-door .wds{
    width: 100%;
    height: 3px;
    background-color: #353535;
    display: block;
    transition: all .3s;
    margin: 10% 0;
    border-radius: 2px;
}
.wap-head .wap-door .wds:nth-of-type(3){
    width: 100%;
}
.wap-header.show .wap-head .wap-door .wds:nth-child(2n){
    opacity: 0;
}
.wap-header.show .wap-head .wap-door .wds:nth-of-type(1) {
    transform: rotate(45deg);
    position: absolute;
}
.wap-header.show .wap-head .wap-door .wds:nth-of-type(3) {
    transform: rotate(-45deg);
    position: absolute;
    width: 100%;
}
.wap-header.show .headclose{
    width: 100%;
    display: block;
}

/*菜单*/
.wap-menu{
    position: fixed;
    width: 70%;
    right: -100%;
    top: 0;
    z-index: 101;
    height: 100%;
    background-color: #ffffff;
    transition: all .3s;
    overflow-y: scroll;
    overflow-x: hidden;
    opacity: 1;
    box-shadow: 0 0 20px 0 rgb(0 0 0 / 10%);
}
.wap-menu .wap-menu-lst{
    padding: 16vw 0;
}
.wap-menu .wap-menu-lst .CAli{
    position: relative;
    padding: 5% 8%;
    border-bottom: 1px solid #f5f5f5;
}
.wap-menu .wap-menu-lst .CAli:after{
    content: "";
    position: absolute;
    background: url(../images/icons/next_blank.png)no-repeat right;
    width: 4vw;
    height: 4vw;
    right: 5%;
    top: 32%;
    background-size: 100%;
    opacity: 0.7;
}
.wap-menu .wap-menu-lst .CAli .CAa{
    width: 100%;
    display: -webkit-box;
    font-size: 4vw;
    color: #333333;
}
.wap-header.show .wap-menu{
    right: 0;
    opacity: 1;
}
